localStorageDecryption Event

Arguments

eobject

An object that contains the following properties:

dataobject

The data read from local storage.

Description

Fires after data are read from Local Storage.

Discussion

The localStorageDecryption event can be used to decrypt data read from local storage. The data will be available in the e.data variable. If the data was encrypted in local storage, e.data will contain the encrypted data. JavaScript code can decrypt the data and set the e.data property to the decrypted value.

See Also